Represents method CreateInterfaceList<T>(T[]).
CreateInterfaceList<T>(T[])
public class function CreateInterfaceList<T: IInterface>(const values: array of T): IList<T>; overload; static;